Skip to content

fix(deps): update all dependencies - #337

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

fix(deps): update all dependencies#337
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@cloudflare/workers-types ^5.20260815.1^5.20260827.1 age confidence devDependencies minor
@storybook/addon-a11y (source) ^10.5.8^10.5.10 age confidence devDependencies patch
@storybook/addon-docs (source) ^10.5.8^10.5.10 age confidence devDependencies patch
@storybook/addon-onboarding (source) ^10.5.8^10.5.10 age confidence devDependencies patch
@storybook/addon-themes (source) ^10.5.8^10.5.10 age confidence devDependencies patch
@storybook/addon-vitest (source) ^10.5.8^10.5.10 age confidence devDependencies patch
@storybook/react-vite (source) ^10.5.8^10.5.10 age confidence devDependencies patch
@tanstack/react-query (source) ^5.101.4^5.102.8 age confidence dependencies minor
@testing-library/react ^16.3.2^16.3.3 age confidence devDependencies patch
@testing-library/user-event ^14.6.4^14.6.6 age confidence devDependencies patch
@types/node (source) ^26.2.0^26.4.0 age confidence devDependencies minor
@types/node (source) ^26.1.2^26.4.0 age confidence devDependencies minor
@types/react-dom (source) ^19.2.4^19.2.5 age confidence devDependencies patch
@vitejs/plugin-react (source) ^6.0.5^6.1.0 age confidence devDependencies minor
@vitest/browser (source) 4.1.104.1.11 age confidence devDependencies patch
@vitest/browser-playwright (source) ^4.1.10^4.1.11 age confidence devDependencies patch
@vitest/coverage-v8 (source) ^4.1.10^4.1.11 age confidence devDependencies patch
@vitest/ui (source) ^4.1.10^4.1.11 age confidence devDependencies patch
ai-watermark-guard (source) ^0.1.0^0.2.0 age confidence devDependencies minor
axios (source) ^1.19.0^1.20.0 age confidence dependencies minor
chromatic (source) ^18.2.0^18.6.1 age confidence devDependencies minor
electron ^43.4.0^44.0.0 age confidence devDependencies major
eslint-plugin-react-refresh ^0.5.4^0.5.5 age confidence dependencies patch
eslint-plugin-storybook (source) ^10.5.8^10.5.10 age confidence dependencies patch
hono (source) ^4.13.2^4.13.5 age confidence dependencies patch
mermaid ^11.16.1^11.17.2 age confidence dependencies minor
monocart-coverage-reports ^2.12.12^2.13.0 age confidence peerDependencies minor
monocart-coverage-reports ^2.12.12^2.13.0 age confidence devDependencies minor
node (source) >=24.19.0>=24.20.0 age confidence engines minor
oxfmt (source) ^0.63.0^0.65.0 age confidence devDependencies minor
oxlint (source) ^1.78.0^1.80.0 age confidence devDependencies minor
oxlint (source) ^1.78.0^1.80.0 age confidence peerDependencies minor
picomatch ^4.0.5^4.0.7 age confidence dependencies patch
storybook (source) ^10.5.8^10.5.10 age confidence devDependencies patch
vike ^0.4.260^0.4.264 age confidence dependencies patch
vite (source) ^8.2.1^8.2.2 age confidence devDependencies patch
vite (source) ^8.2.0^8.2.2 age confidence devDependencies patch
vitest (source) ^4.1.10^4.1.11 age confidence devDependencies patch
webpack >=5>=5.110.0 age confidence pnpm.overrides minor
wrangler (source) ^4.123.0^4.127.0 age confidence devDependencies minor

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v5.20260827.1

Compare Source

v5.20260826.1

Compare Source

v5.20260825.1

Compare Source

v5.20260823.1

Compare Source

v5.20260822.1

Compare Source

v5.20260821.1

Compare Source

v5.20260820.1

Compare Source

v5.20260819.1

Compare Source

v5.20260818.1

Compare Source

v5.20260817.1

Compare Source

v5.20260816.1

Compare Source

storybookjs/storybook (@​storybook/addon-a11y)

v10.5.10

Compare Source

v10.5.9

Compare Source

storybookjs/storybook (@​storybook/addon-docs)

v10.5.10

Compare Source

v10.5.9

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v10.5.10

Compare Source

10.5.10

v10.5.9

Compare Source

10.5.9

storybookjs/storybook (@​storybook/addon-themes)

v10.5.10

Compare Source

v10.5.9

Compare Source

storybookjs/storybook (@​storybook/react-vite)

v10.5.10

Compare Source

v10.5.9

Compare Source

TanStack/query (@​tanstack/react-query)

v5.102.8

Compare Source

Patch Changes

v5.102.7

Compare Source

Patch Changes

v5.102.6

Compare Source

Patch Changes

v5.102.5

Compare Source

Patch Changes

v5.102.4

Compare Source

Patch Changes

v5.102.3

Compare Source

Patch Changes

v5.102.2

Compare Source

Patch Changes

v5.102.1

Compare Source

Patch Changes

v5.102.0

Compare Source

Minor Changes
  • #​10668 e674826 - react-query: update usePrefetchQuery and usePrefetchInfiniteQuery to use queryClient.query and queryClient.infiniteQuery
Patch Changes
testing-library/react-testing-library (@​testing-library/react)

v16.3.3

Compare Source

Bug Fixes
testing-library/user-event (@​testing-library/user-event)

v14.6.6

Compare Source

Bug Fixes
  • default pointer event pointerType to empty string instead of the string "undefined" (#​1325) (71a5475)

v14.6.5

Compare Source

Bug Fixes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})
vitest-dev/vitest (@​vitest/browser)

v4.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
soroush-tech/ai-watermark-guard (ai-watermark-guard)

v0.2.0

Compare Source

axios/axios (axios)

v1.20.0

Compare Source

v1.20.0 — August 19, 2026

This release hardens runtime option handling, adds RFC 9110 status-code aliases, fixes Node.js and XHR reliability issues, and refreshes project tooling and documentation.

⚠️ Breaking Changes & Deprecations

  • HTTP Status Naming: Added ContentTooLarge (413) and UnprocessableContent (422), while retaining PayloadTooLarge and UnprocessableEntity as backward-compatible deprecated aliases. (#​11082)

🔒 Security Fixes

  • Runtime Option Handling: Hardened behavioral configuration reads against shared and foreign prototype pollution and normalized unsafe interceptor replacement objects. This also clarifies Fetch redirect and custom implementation behavior, HTTP/2 DNS and proxy handling, CIDR-based NO_PROXY matching, and malformed data URI rejection; see the PR for documented compatibility effects. (#​11141)

🐛 Bug Fixes

  • Interceptor Lifecycle: Prevented unbounded handler-array growth by trimming trailing ejected interceptors without changing iteration semantics, and kept interceptor operations safe when the public handlers field is nullish. (#​11087, #​11118)
  • Request Error Preservation: Prevented custom Error.prepareStackTrace implementations that return non-string values from replacing the original request failure with an unrelated TypeError. (#​11109)
  • XHR Reliability: Navigation-canceled requests now reject with ECONNABORTED instead of resolving with status 0, while successful downloads flush their final progress callback during the live loadend dispatch. (#​11094, #​11121)
  • Node.js Socket Memory: Removed request-context retention from per-socket error listeners, preventing completed response data from being pinned for the lifetime of pooled keep-alive sockets. (#​11091)
  • Core Methods and HTTP Errors: Prevented structural method-header buckets from leaking into outgoing headers, standardized invalid DNS lookup and httpVersion failures as AxiosError.ERR_BAD_OPTION_VALUE, and corrected the timeoutErrorMessage merge strategy. (#​11096)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog (axios/axios@v1.19.0...v1.20.0)

chromaui/chromatic-cli (chromatic)

v18.6.1

Compare Source

🐛 Bug Fix
Authors: 2

v18.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 1

v18.5.0

Compare Source

🚀 Enhancement
  • Include more git info in diagnostics and debug logging for ancestor calculation #​1429 (@​tmeasday)
Authors: 1

v18.4.0

Compare Source

🚀 Enhancement
Authors: 1

v18.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3

electron/electron (electron)

v44.0.0: electron v44.0.0

Compare Source

Release Notes for v44.0.0

Stack Upgrades

Breaking Changes

  • Removed support for the Unity desktop environment on Linux. #​51649
  • Added select-client-certificate event support for net.request and net.fetch; requests to servers requesting a client certificate no longer fail with ERR_SSL_CLIENT_AUTH_CERT_NEEDED, and applications can now select a certificate to present. [#&

Note

PR body was truncated to here.

@codecov

codecov Bot commented Aug 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@soroush-bench

soroush-bench Bot commented Aug 15, 2026

Copy link
Copy Markdown

Benchmark results

Baseline case: previous · minimum speed ratio: 80%

packages/styled-system/bench/color.bench.ts — ✅ passed

case avg p75 alloc/iter vs fastest
styled-system color() :: local-mjs 421 ns 421 ns 248 B (+0.0%) fastest
styled-system color() :: local-cjs 430 ns 429 ns 248 B (least) +2.2%
styled-system color() :: previous 431 ns 430 ns 248 B (+0.0%) +2.3%

@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

Affected Assets, Files, and Routes:

view changes for bundle: @soroush.tech/dev-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
chunks/chunk-DX__x689.js (New) 2.85kB 2.85kB 100.0% 🚀
chunks/chunk-C1_6HKK2.js (New) 1.99kB 1.99kB 100.0% 🚀
chunks/chunk-sU46wNVx.js (New) 1.84kB 1.84kB 100.0% 🚀
chunks/chunk-CoduKAx6.js (Deleted) -2.85kB 0 bytes -100.0% 🗑️
chunks/chunk-au98nsBx.js (Deleted) -1.99kB 0 bytes -100.0% 🗑️
chunks/chunk-C8Dj-5q-.js (Deleted) -1.84kB 0 bytes -100.0% 🗑️

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants